Multiple inheritance definitions

Search

Multiple inheritance

Multiple inheritance logo #21000 Multiple inheritance is a feature of some object-oriented computer programming languages in which an object or class can inherit characteristics and features from more than one parent object or parent class. It is distinct from single inheritance, where an object or class may only inherit from one particular object or class. Multiple inheritance h...
Found on http://en.wikipedia.org/wiki/Multiple_inheritance

multiple inheritance

multiple inheritance logo #22776the use of more than one immediate base class for a derived class. One typical use is to have one base define an interface and another providing help for the implementation. TC++PL 12.2.4, 12.4, 15.2.5, D&E 12.
Found on http://www.stroustrup.com/glossary.html
No exact match found.